type google.golang.org/grpc/stats.incomingTagsKey

3 uses

	google.golang.org/grpc/stats (current package)
		stats.go#L239: type incomingTagsKey struct{}
		stats.go#L261: 	b, _ := ctx.Value(incomingTagsKey{}).([]byte)
		stats.go#L270: 	return context.WithValue(ctx, incomingTagsKey{}, b)